Skip to main content
Feature scaling is required Lasso is sensitive to feature scale. Standardization (e.g., StandardScaler) is usually necessary.Regularization strength (alpha) tuning is critical
  • If alpha is too large → underfitting.
  • If alpha is too small → behaves like ordinary linear regression.

Use Cases

  • Parametric design optimization
  • Energy performance prediction: Predict building energy consumption based on geometric and spatial characteristics.
  • Cost estimation models: Predict construction costs based on geometric measurements of building elements.
  • Structural performance approximation: Predict structural performance based on geometric and spatial characteristics.